@charset "utf-8";

body {
	max-width: 100%;
	overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

b,
strong {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
textarea,
button {
	font-size: 10pt;
}

.L {
	float: left
}

.R {
	float: right
}

.C {
	clear: both
}

.RA {
	position: relative;
}

.A {
	position: absolute;
}

.BR {
	display: block;
	overflow: hidden;
	line-height: 1px;
	height: 1px;
}

.BO {
	display: block;
	overflow: hidden;
}

.B {
	display: block;
}

.O {
	overflow: hidden;
}

.IB {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.AC {
	position: absolute;
	left: 50%;
	top: 50%;
}

.ABC {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}

html,
body {
	font-family: "SourceHanSansCN", simhei;
	color: #212121;
	font-size: 14px;
	min-width: 1340px;
}

body {}

a {
	text-decoration: none;
	outline: 0;
	color: #212121;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

a:hover,
.cp a:hover,
.ny_right_top_right a:hover,
.ny_right_top_right span {
	text-decoration: none;
	outline: 0;
	color: #beae8e
}

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

a {
	color: black;
	text-decoration: none;
	list-style-type: none;
}

li {
	list-style: none;
	list-style-type: none;
}

hr {
	border: none;
}

.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*{
	display: table;
	height: 100%;
	width: 100%;
}
 */

.clear {
	clear: both !important;
}



@font-face {
	font-family: 'sybold';
	src: url("../fonts/sourcehansanscnbold.ttf");
	src: url('../fonts/sourcehansanscnbold.eot')format('embedded-opentype'), url('../fonts/sourcehansanscnbold.woff')format('woff'), url('../fonts/sourcehansanscnbold.ttf')format('truetype'), url('../fonts/sourcehansanscnbold.svg')format('svg');
}

@font-face {
	font-family: 'sylight';
	src: url("../fonts/sourcehansanscnlight.ttf");
	src: url('../fonts/sourcehansanscnlight.eot')format('embedded-opentype'), url('../fonts/sourcehansanscnlight.woff')format('woff'), url('../fonts/sourcehansanscnlight.ttf')format('truetype'), url('../fonts/sourcehansanscnlight.svg')format('svg');
}

@font-face {
	font-family: 'syre';
	src: url("../fonts/sourcehansanscnregular.ttf");
	src: url('../fonts/sourcehansanscnregular.eot')format('embedded-opentype'), url('../fonts/sourcehansanscnregular.woff')format('woff'), url('../fonts/sourcehansanscnregular.ttf')format('truetype'), url('../fonts/sourcehansanscnregular.svg')format('svg');
}

@font-face {
	font-family: 'syme';
	src: url("../fonts/sourcehansanscn-medium.ttf");
	src: url('../fonts/sourcehansanscn-medium.eot')format('embedded-opentype'), url('../fonts/sourcehansanscn-medium.woff')format('woff'), url('../fonts/sourcehansanscn-medium.ttf')format('truetype'), url('../fonts/sourcehansanscn-medium.svg')format('svg');
}

@font-face {
	font-family: 'hvcb';
	src: url("../fonts/hvcb.ttf");
	src: url('../fonts/hvcb.eot')format('embedded-opentype'), url('../fonts/hvcb.woff')format('woff'), url('../fonts/hvcb.ttf')format('truetype'), url('../fonts/hvcb.svg')format('svg');
}
.w13{
	width: 1330px;
	margin: 0 auto;
	max-width: 85%;
	padding: 0;
}

.w14{
	width: 1450px;
	margin: 0 auto;
	max-width: 85%;
	padding: 0;
}
.w16{
	width: 1640px;
	margin: 0 auto;
	padding: 0;
	max-width: 85%;
	/* overflow: hidden; */
}

/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}

/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}

/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}



/* header */
.nav_top {
	width: 100%;
	height: auto;
	background-color: #dfdfdf;
	position: relative;
	font-size: 0;
	padding: 16px 0;
}

.nav_top .nav_fr {
	display: inline-block;
	width: 40%;
	margin-left: 60%;
	text-align: right;
}

.nav_top .nav_fr span {
	display: inline-block;
	font-size: 1.8rem;
	font-family: 'syre';
	color: #595757;
	vertical-align: top;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 600;
}

.nav_top .nav_fr span img {
	vertical-align: top;
	margin-right: 1.2rem;
	width: 2.5rem;
	height: auto;
	margin-top: calc(20px - 1.25rem);
}

.nav_top .nav_fr ul {
	display: inline-block;
	margin-left: 4.375rem;
	margin-right: 5rem;
}

.nav_top .nav_fr ul li {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.625rem;
	position: relative;
	z-index: 1;
}

.nav_top .nav_fr ul li.nav_wx div.wx_block {
	opacity: 0;
	position: absolute;
	z-index: 10;
	width: 100px;
	height: auto;
	margin-top: 5px;
	margin-left: -30px;
}

.nav_top .nav_fr ul li.nav_wx div.wx_block img {
	width: 100%;
	height: auto;
}

.nav_top .nav_fr ul li.nav_wx:hover {
	z-index: 10;
}

.nav_top .nav_fr ul li.nav_wx:hover div.wx_block {
	opacity: 1;
	transition: all 1s;
}

.Header-container{
	position: fixed;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	/* background-color: #FFFFFF; */
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.Header-container:hover{
	background-color: #FFFFFF;
}
.bodyon .Header-container {
    top: -112px;
	
}
.bodyon2 .Header-container {
    top: 0;
	background-color: #FFFFFF;
	box-shadow: 12px 12px 25px rgb(0 0 0 / 12%);
}

.nav_h{
	height: 112px;
}

nav {
	width: 100%;
	height: auto;
	font-size: 0;
	position: relative;
	z-index: 3;
	box-shadow:none !important;
}

nav .nav_fl {
	width: auto;
	height: auto;
	/* margin-left: 5.9375rem; */
	display: inline-block;
	/* padding: 0.9375rem 0; */
	float: left;
	font-size: 0;
}

nav .nav_fl>a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	line-height: 110px;
}

nav .nav_fl>a img {
	/* max-width: 16.25rem; */
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	line-height: 110px;
	width: auto;
}

nav .nav_fl .nav_add {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.375rem;
	position: relative;
}

nav .nav_fl .nav_add h3 {
	font-size: 1.5rem;
	font-family: 'syre';
	color: #70716b;
	display: inline-block;
	margin-right: 0.5625rem;
	cursor: pointer;
	position: relative;
}

nav .nav_fl .nav_add div.nav_jia {
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	background-image: url(../images/nav_jia.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

nav .nav_fl .nav_add div.down {
	width: 400px;
	height: 198px;
	position: absolute;
	padding-top: 25px;
	margin-left: -10px;
	display: none;
	transition: all 3s linear;
}

nav .nav_fl .nav_add div.down ul::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 20px;
	border-bottom: 15px solid #c3c3c3;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

nav .nav_fl .nav_add div.down ul::after {
	content: "";
	position: absolute;
	top: -13px;
	left: 20px;
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

nav .nav_fl .nav_add div.down ul {
	width: 100%;
	padding: 0 5% 23px;
	position: relative;
	font-size: 0;
	border: 1px solid #c3c3c3;
	background-color: white;
}

nav .nav_fl .nav_add div.down ul li {
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-top: 24px;
}

nav .nav_fl .nav_add div.down ul li a {
	font-size: 18px;
	color: black;
}

nav .nav_fl .nav_add div.down ul li a:hover {
	color: #b81c20;
}

nav .nav_fl .nav_add:hover div.down {
	display: block;
	transition: all 3s linear;
}

nav .nav_fl .nav_add:hover div.nav_jia {
	transform: rotate(360deg);
	transition: all 1s;
	background-image: url(../images/nav_jia.jpg), linear-gradient(#b91b21, #b91b21);
	background-blend-mode: lighten;
	background-size: cover;
}

nav .nav_fl .nav_add:hover h3 {
	color: #b91b21;
}

nav .nav_head {
	float: left;
	position: relative;
	vertical-align: top;
	text-align: right;
	margin-left: 5%;
}

nav .nav_head li {
	display: inline-block;
	vertical-align: middle;
	border-top: 2px solid transparent;
	width: auto;
	text-align: center;
	padding: 0 25px;
	
	position: relative;
	margin: 0 06px;
}

nav .nav_head li div.nav_down {
	width: 100%;
	height: auto;
	position: absolute;
	top: 110px;
	left: 0;
	background-color: rgba(213, 214, 216, 0.8);
	display: none;
	/* margin-left: -1.5625rem; */
}

nav .nav_head li div.nav_down a {
	width: 100%;
	display: inline-block;
	font-size: 1.375rem;
	font-family: 'syre';
	color: #6f716a;
	text-align: center;
	line-height: 3.4375rem;
}

nav .nav_head li div.nav_down a:hover {
	background-color: rgb(199, 11, 9);
	color: white;
}

nav .nav_head li>a {
	font-size: 1.4rem;
	font-family: 'syre';
	color: #fff;
	font-weight: 100;
	height: 110px;
	line-height: 110px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.Header-container:hover .nav_head li>a,.Header-container:hover nav .nav_tel a,.bodyon2 .Header-container .nav_head li>a,.bodyon2 .Header-container nav .nav_tel a{
	color: #333;
}

nav .nav_head li:hover,
nav .nav_head li.active {
	border-top: 2px solid #c70b09;
}

nav .nav_head li:hover div.nav_down {
	display: block;
}

nav .nav_head li:hover a,
nav .nav_head li.active a {
	color: #c70b09;
}

nav .nav_tel{
	float: right;
	margin-right: 15px;
}
nav .nav_tel a{
	font-size: 24px;
	line-height: 110px;
	/* font-weight: bold; */
	color: #fff;
	letter-spacing: 1px;
}
@media all and (max-width:1599px) {
	nav .nav_head{
		margin-left: 3%;
	}
	nav .nav_tel{
		margin-right: 0;
	}
}



/* banner */
.pcbanner {
	width: 100%;
	height: auto;
}
.pcbanner .swiper-slide{
	background-color: #FFFFFF;
}

.pcbanner .swiper-container {
	width: 100%;
}
.pcbanner video{
	width: 100%;
	height: auto;
}

.pcbanner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 40px;
	color: white !important;
	background-image: url(../images/banner_left.png) !important;
	background-size: 27px 44px;
	background-position: center center;
}

.pcbanner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 40px;
	color: white !important;
	background-image: url(../images/banner_right.png) !important;
	background-size: 27px 44px;
	background-position: center center;
	pointer-events: all;
	cursor: pointer;
}

/* 
.pcbanner .swiper-slide img {
	transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	-webkit-transition: all 0.4s ease 1.2s;
	-moz-transition: all 0.4s ease 1.2s;
	-ms-transition: all 0.4s ease 1.2s;
	-o-transition: all 0.4s ease 1.2s;
	transition: all 0.4s ease 1.2s;
}

.pcbanner .swiper-slide-active img {
	transition-delay: 0.4s !important;
	transform: matrix(1.0, 0, 0, 1.0, 0, 0);
	-webkit-transition: all 5.0s ease;
	-moz-transition: all 5.0s ease;
	-ms-transition: all 5.0s ease;
	-o-transition: all 5.0s ease;
	transition: all 5.0s ease;
} */


/* 手机banner */

.mbanner {
	display: none;
}

.mbanner img {
	width: 100%;
	height: auto;
}

.pcbanner .swiper-pagination-bullet {
	background: #9e8c80;
	opacity: 1;
	width: 0.625rem;
	height: 0.625rem;
}

.pcbanner .swiper-pagination-bullet {
	width: 2.5rem;
	height: 0.1875rem;
	border-radius: 0;
	background: #fff;
}

.pcbanner .swiper-pagination-bullet-active {
	background: #b91b21;
	outline: none;
}

.mbanner .swiper-pagination-bullet-active {
	background: #b91b21;
	outline: none;
}

.sort_nav {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	padding: 5.625rem 0;
}

.sort_nav ul {
	width: 100%;
	height: auto;
	font-size: 0;
}

.sort_nav ul li {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0.8rem;
}

.sort_nav ul li img {
	max-width: 110px;
	height: auto;
}

.sort_nav ul li p {
	font-size: 1.375rem;
	font-family: 'syre';
	color: #7c7981;
	/* margin-top: 1.875rem; */
}

.sort_nav ul li:hover img {
	margin-top: -0.625rem;
	margin-bottom: 0.625rem;
	transition: all 1s;
}


/* foot */
footer {
	width: 100%;
	height: auto;
	background-color: #333333;
	padding: 3.4375rem 0 2.375rem;
	font-size: 0;
}

footer div.w1600 {
	width: 72%;
	height: auto;
	margin: 0 14%;
	font-size: 0;
}
footer h4{
	padding: 20px 0 40px;
	font-size: 22px;
	color: white;
}

footer a.logo img {
	
	height: 40px;
}

footer a.logo {
	width: 100%;
	display: inline-block;
	height: auto;
}

footer div.left {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin-top: 2.8125rem;
}

footer div.left p{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	padding: 50px 0 30px;
}

footer div.left ul {
	width: 100%;
	height: auto;
	font-size: 0;
}

footer div.left ul li {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
footer div.left ul li a{
	display: block;
}
footer div.left ul li img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

footer div.left ul li:last-child {
	margin-right: 0;
}

.mt-tabpage {
	width: 100%;
	padding: 0 1rem 0 0;
}

.mt-tabpage-title {
	/* height: 1.5625rem; */
	font-size: 0;
	/* width: 94%; */
	width: 100%;
	margin: auto;
}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	/* font-family: 'syme'; */
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	/* width: 33%; */
	width: 28%;
	line-height: 22px;
	margin: 8px 0;
	border-right: 1px solid #fff;
}
.mt-tabpage-title .mt-tabpage-item:nth-child(3n){
	border: none;
}
.mt-tabpage-title .mt-tabpage-item:nth-child(3n - 1){
	width: 44%;
}
.mt-tabpage-title .mt-tabpage-item:nth-child(3n + 1){
	text-align: left;
}
.mt-tabpage-title .mt-tabpage-item:nth-child(3n){
	text-align: right;
}
.mt-tabpage-title .mt-tabpage-item.mt-tabpage-item-cur{
	color: #be0000;
}

.mt-tabpage-count {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 120% !important;
}

.mt-tabpage-cont__wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.mt-tabpage-count .mt-tabpage-item {
	height: auto;
	margin-top: 1.25rem;
}

.mt-tabpage-count .mt-tabpage-item p {
	width: calc(100% - 0.5rem);
	margin: 0.625rem 0;
	height: auto;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.0625rem;
	line-height: 1.5625rem;
}

footer div.left .swiper-button-next {
	width: 18px;
	height: 34px;
	background-image: url(../images/foot_right.png);
	background-size: 9px 17px;
	background-position: center;
	right: 0;
	top: 1.125rem;
}

footer div.left .swiper-button-prev {
	width: 18px;
	height: 34px;
	background-image: url(../images/foot_left.png);
	background-size: 9px 17px;
	left: 0;
	top: 1.125rem;
}

footer div.center {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin-top: 2.8125rem;
	margin-left: 6%;
	margin-right: 10%;
}

/* footer div.center ul {
	width: auto;
	display: inline-block;
	vertical-align: top;
	max-width: 7.5rem;
	margin: 0 1.875rem;
}

footer div.center ul li {
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}

footer div.center ul li.tit {
	margin-bottom: 1.5625rem;
	margin-top: 0;
}

footer div.center ul li a {
	font-size: 1.25rem;
	color: #fff;
	font-family: 'syre';
} */

footer div.right {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin-top: 2.8125rem;
	font-size: 0;
}

footer div.right>img {
	width: 100%;
	max-width: 12rem;
	height: auto;
}

footer div.right .bot{}
footer div.right .bot .pic{
	width: calc(100% - 230px);
}
footer div.right .bot .pic img{
	width: 125px;
	max-width: 100%;
}

footer div.right .bot .info{
	width: 230px;
	color: white;
	padding-left: 15px;
	text-align: left;
}
footer div.right .bot .info h5{
	font-size: 20px;
	margin: 0 0 15px;
}
footer div.right .bot .info p{
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "微软雅黑";
}
footer div.right .bot .info p:last-child{
	margin: 0;
}

footer div.bottom {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 6.25rem;
	text-align: center;
}

footer div.bottom p {
	font-size: 1.125rem;
	color: #adadad;
	text-align: center;
	width: 100%;
	font-family: "微软雅黑";
}

footer div.bottom a {
	font-size: 1.125rem;
	color: #adadad;
	font-family: "微软雅黑";
}



.nybanner_footer p {
	text-align: left;
	color: #000;
	position: relative;
	padding: 1em 0;
	display: block;
	position: relative;
	z-index: 10;
	border-bottom: 1px #dedede solid;
	background-image: url(../images/nav_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 0.9375rem;
	font-size: 1.2rem;
}

.nybanner_footer p i {
	color: #000;
	position: absolute;
	right: 0;
	top: 0.8em;
	font-size: 1.25em;
}

.nybanner_footer ul {
	width: 100%;
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 53.8px;
	-webkit-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
	z-index: 999;
}

.nybanner_footer {
	background: none;
	z-index: 999;
	position: relative;
	width: 100%;
	width: auto;
	display: block;
	display: none;
}

.nybanner_footer_mid_1 {
	display: none;
}

.nybanner_footer_mid_2 {
	color: #000;
	font-size: 1rem;
}

.nybanner_footer ul li {
	float: none;
	background: none;
	border-bottom: 1px #dedede solid;
	text-align: left;
	padding: 0.7em 1em;
	display: block;
	width: auto !important;
}



.demo-icon {
	font-family: fontello !important;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease
}

@media(max-width:767px) {
	#newBridge {
		display: none
	}
}

.cndns-right *:hover {
	text-decoration: none
}

.cndns-right {
	position: fixed;
	right: -160px;
	bottom: 20%;
	margin-top: -100px;
	z-index: 100;
	background: #c70b09;
	z-index: 99999;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	border-radius: 28px 0 0 28px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}
.cndns-right:hover{
	right: 0;
}

.cndns-right i {
	font-style: normal !important
}

.cndns-right-meau {
	position: relative;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cndns-right-btn {
	width: 60px;
	padding: 5px 15px;
	height: auto;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
}

.cndns-right-btn span {
	color: #222b52;
	font-size: 24px !important;
	line-height: 32px;
	/* padding-top: 15px */
}

.cndns-right-btn span.icon-qq {
	display: inline-block;
	background-image: url(../images/kefu1.png);
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	margin: 1rem 0;
	background-repeat: no-repeat;
}

.cndns-right-btn span.icon-phone-circled {
	display: inline-block;
	background-image: url(../images/kefu2.png);
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	margin: 1rem 0;
	background-repeat: no-repeat;
}

.cndns-right-btn span.icon-wechat {
	display: inline-block;
	background-image: url(../images/kefu3.png);
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	margin: 1rem 0;
	background-repeat: no-repeat;
}

.cndns-right-btn span.icon-up-open-big {
	display: block;
	background-image: url(../images/foot_right_four.png);
	background-size: 100% auto;
	width: 32px;
	height: 26px;
	margin: 1rem 0;
	background-repeat: no-repeat;
}

.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #222b52;
	position: absolute;
	left: -12px;
	top: -12px
}

.cndns-right-btn p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
	margin: 0;
	text-decoration: none;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #dc6665; */
}

.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
	text-decoration: none
}

.meau-car .cndns-right-btn {
	border-color: #222b52;
	margin-bottom: 20px;
	text-decoration: none
}

.meau-car .cndns-right-meau:hover .cndns-right-btn {
	background-color: #222b52;
	text-decoration: none
}

.meau-car .cndns-right-meau:hover .cndns-right-btn span {
	color: #fff;
	display: block;
	text-decoration: none
}

.meau-code .sev-t img {
	width: 134px;
	height: 134px;
	margin: 0;
	padding: 0
}

.meau-car .cndns-right-btn span {
	color: #222b52
}

.meau-top .cndns-right-btn span {
	font-size: 24px !important;
	line-height: 20px;
}

.meau-top .cndns-right-btn i {
	display: block;
	color: #333;
	font-size: 12px
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {}

.cndns-right-box {
	/* position: absolute;
	top: -15px;
	right: 75px;
	padding-right: 10px;
	display: none; */
}

.cndns-right-box .box-border {
	/* padding: 15px 20px; */
	position: relative;
	background-color: #c70b09;
/* 	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15); */
	position: relative;
	/* overflow: hidden; */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: right;
	z-index: 1;
}

.cndns-right-box .box-border::before {
	border: solid transparent;
	content:'';
	width: 0;
	height: 0;
	left: 100%;
	position: absolute;
	width: 0;
	border-width: 8px;
	border-left-color: #c70b09;
	top: 15px;
	
}

.cndns-right-box .box-border a {
	color: #fff;
	font-size: 20px;
}

.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p,.cndns-right-box .box-border p{
	color: #fff;
	font-size: 22px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#top-back{
	cursor: pointer;
}

.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #888;
	font-style: normal !important
}

.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 15px
}

.cndns-right-box .box-border .sev-b li {
	float: left;
	width: 50%;
	list-style: none;

}

.cndns-right-box .box-border .sev-b li a {
	text-decoration: none;
	display: inline-block;
	color: #888;
	font-size: 14px;
	padding-left: 43px;
	background: url(../images/zxqq.png) no-repeat left 3px;
	line-height: 36px
}

.cndns-right-box .box-border .sev-b li a:hover {
	color: #222b52
}

/* .meau-sev .cndns-right-box .box-border {
	width: 160px;
} */

.cndns-right-box .box-border {
	width: 160px;
	/* margin-top: 20px; */
}

.cndns-right-meau:hover .cndns-right-box {
	display: block
}

.cndns-right-meau.meau-code .show_img{
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -60px;
	margin-right: 20px;
	padding-right: 10px;
	border-radius: 8px;
	padding: 8px;
	opacity: 0;
	background-color: #c70b09;
	transition: all .3s;
	    -moz-transition: all .3s;
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
}
.cndns-right-meau.meau-code .show_img::before {
    border: solid transparent;
    content: '';
    width: 0;
    height: 0;
	top: 50%;
    left: 100%;
	margin-top: -10px;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #c70b09;
}
.cndns-right-meau.meau-code:hover .show_img{
	opacity: 1;
}
.cndns-right-meau.meau-code .show_img img{
	width: 120px;
	height: 120px;
	border-radius: 8px;
}

.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px
}

.meau-code .cndns-right-box .box-border {
	text-align: center;
}
.meau-code .cndns-right-box .box-border::before{
	top: 60px;
}
.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px
}

.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px
}

.meau-zs .cndns-right-btn {
	background-color: #222b52;
	color: #fff;
	margin-top: 80px;
	border-color: #222b52
}

.meau-zs .cndns-right-btn span {
	color: #fff
}

.meau-zs .cndns-right-btn p {
	color: #fff
}

.sev-t {
	overflow: hidden
}

#ClCache {
	display: none
}

#newBridge #nbWebImLightContainer {
	border: none !important
}

.foot_link{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.foot_link a{
	color: #adadad;
	font-size: 14px;
	margin: 0 15px;
	font-family: "微软雅黑";
}
